home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / parad / oct95 / chalf103.gif < prev    next >
Graphics Interchange Format  |  1996-11-19  |  25KB  |  653x532  |  4-bit (15 colors)
Labels: text | electronics | screenshot | display | software | computer icon | number | web page | multimedia software
OCR: Paradox for Windows File Edit View Search Program Properties Tools Window Help 4 ........ .... .. .. . 100101 UTIL.Isl :: #Library1 :: Uses* Uses ObjectPAL nColumnSum (var tcTmp TCursor, aFld String) Number endUses method nColumnSum (var tcTmp TCursor, aFld String) Number returnlibUti12.nColumnSum(tcTmp, aFld) endMethod UTIL2.LSL :: #Library1 :: nColumnSum* method nColumnSum(var tcTmp TCursor, aFld string) Number var nGrandTotal number endVar scan tcTmp : try nGrandTotal = nGrandTotal + tcTmp. (aFld) onFail msg Info("Error", "Cannot calculate sum") nGrandTotal.blank() quitLoop endTry endScan return ( GrandTotal) endmethod Project Viewer Edit Line: 1 Col: 1